-
Home
-
Virtual Public Square
-
0.1.8 (latest)
-
Code
-
Classes
- BigInteger
| Total Complexity |
21 |
| Dependencies |
1 |
| Dependents |
2 |
| Total lines |
202 |
| Lines of code |
70 |
| Logical lines of code |
31 |
| Comment lines |
81 |
| Methods |
19 |
| Properties |
1 |
Methods 19
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| toBytes() |
S |
64 |
3 |
9 |
| __construct() |
S |
81 |
1 |
3 |
| createFromBinaryString() |
S |
74 |
1 |
4 |
| createFromDecimal() |
S |
79 |
1 |
3 |
| createFromBigInteger() |
S |
80 |
1 |
3 |
| add() |
S |
76 |
1 |
4 |
| subtract() |
S |
76 |
1 |
4 |
| multiply() |
S |
76 |
1 |
4 |
| divide() |
S |
76 |
1 |
4 |
| modPow() |
S |
75 |
1 |
4 |
| mod() |
S |
76 |
1 |
4 |
| modInverse() |
S |
80 |
1 |
3 |
| compare() |
S |
80 |
1 |
3 |
| equals() |
S |
80 |
1 |
3 |
| random() |
S |
78 |
1 |
3 |
| gcd() |
S |
80 |
1 |
3 |
| lowerThan() |
S |
80 |
1 |
3 |
| isEven() |
S |
81 |
1 |
3 |
| get() |
S |
82 |
1 |
3 |